home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000198_news@columbia.edu _Fri Dec 29 11:46:49 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id LAA09930 for <kermit.misc@watsun>; Fri, 29 Dec 1995 11:46:43 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id LAA29095 for kermit.misc@watsun; Fri, 29 Dec 1995 11:46:41 -0500 (EST)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!hamblin.math.byu.edu!acs2.byu.edu!news.cuny.edu!news.sprintlink.net!howland.reston.ans.net!ix.netcom.com!netcom.com!wpfulmor
  6. From: wpfulmor@netcom.com (william p fulmor)
  7. Subject: manipulation of input buffer
  8. Message-ID: <wpfulmorDKCtpz.9Hz@netcom.com>
  9. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  10. Date: Fri, 29 Dec 1995 15:29:59 GMT
  11. Lines: 18
  12. Sender: wpfulmor@netcom5.netcom.com
  13.  
  14. re:MSkermit 3.14 P 9
  15.  
  16. I need to capture many characters (~~2k) using INPUT n text, and then 
  17. extract and act on the contents.  The INPUT command yields a STATUS of 
  18. SUCCESS, implying that the unique characters at the end of the 
  19. transmission have been received, but all attempts to manipulate, extract, 
  20. or even view input buffer contents beyond the first cr fail.  echo 
  21. \v(input) displays only the fist line of text.  \fsubstr, \flength etc 
  22. etc work on only the first line.
  23.  
  24. I do not see any limitations specified in _Using_MSK_ or *.upd, so I 
  25. conclude the problem must be due to operator error.  What am I doing 
  26. wrong?  Thanks.
  27.  
  28. Bill
  29.  
  30.  
  31.